home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / DIALER.ARJ / DIAL.TXT < prev    next >
Text File  |  1991-05-04  |  499b  |  53 lines

  1. Macro to dial a phone number
  2. Select a phone number in your 
  3. spreadsheet & press CTRL D to dial.
  4. =DIAL()
  5. =RETURN()
  6.  
  7. Call the METZ Software Sales Number
  8. 1-206-641-4525
  9.  
  10. DIAL
  11. =WORKSPACE(,,,,,,,FALSE)
  12. Establish connection with METZ Dialer
  13. =INITIATE("DIALER","DIAL")
  14. Send Dialer the contents of the active cell
  15. which should be a phone number
  16. =EXECUTE($A$13,ACTIVE.CELL())
  17. Terminate connection
  18. =TERMINATE($A$13)
  19. =HALT()
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.